home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 049a / copymail.zip / COPYMAIL.CFG < prev    next >
Text File  |  1991-01-22  |  6KB  |  125 lines

  1. ;
  2. ; COPYMAIL Configuration File
  3. ;
  4. ;----------------------------------------------------------------------
  5. ;
  6. ; Log File -- If a hard copy log is desired, enter the pathname.
  7. ;      Comment out if no log file is desired.  Logging will become
  8. ;      active as soon as this statement is processed.  I recommend
  9. ;      that if logging is used, it be the first statement in the config
  10. ;      file so that any errors in other config file statements are
  11. ;      written to the log file.
  12. ;
  13.   Log g:\Bink\CopyMail.Log
  14. ;
  15. ;----------------------------------------------------------------------
  16. ;
  17. ; Log Level -- The log level determines the level of reporting that
  18. ;      will be written to the log file.  The value must be between 1
  19. ;      and 6.  Higher numbers include all messages that are also given
  20. ;      at lower levels.  The default level is 6.
  21. ;
  22. ;      Level   Prefix   Type of Message
  23. ;      -----   ------   -----------------------
  24. ;        1       !      Errors and Warnings
  25. ;        2       *      Files for Busy Nodes
  26. ;        3       +      Renamed Files
  27. ;        4       :      FLO, OUT and REQ Files
  28. ;        5       #      Compressed Mail Bundles
  29. ;        6              Start and Stop Time
  30. ;
  31.   LogLevel 6
  32. ;
  33. ;----------------------------------------------------------------------
  34. ;
  35. ; Flag Files -- The FLAG option specifies the directory in which
  36. ;      Binkley maintains its Task Flags.  If this directory is given
  37. ;      and the Task Number is not zero, then CopyMail will attempt to
  38. ;      create a Task Flag in this directory when it starts.  If the
  39. ;      task flag already exists, CopyMail will immediately end without
  40. ;      moving any files.  This flag can be used to make sure that only
  41. ;      one copy of CopyMail is running at any given time.
  42. ;
  43.   Flags c:\Binkley\Flags
  44. ;
  45. ;----------------------------------------------------------------------
  46. ;
  47. ; Task -- The Task option defines the task number for CopyMail to use.
  48. ;      Task numbers are used for two purposes:
  49. ;         1) Task Flags are named TASK.xx (where xx is the task number).
  50. ;         2) Busy Flags are originally named COPYMAIL.xx and then
  51. ;      renamed as yyyyzzzz.BSY (where xx is the task nuumber, yyyy is
  52. ;      the net number and zzzz is the node number.
  53. ;      All of the values are written in hexadecimal notation.  The task
  54. ;      number allows multiple copies of CopyMail to run simultaneously
  55. ;      sharing the same target directories.  This option may be over-
  56. ;      ridden from the command line.  The task number is entered here
  57. ;      in decimal and can be any number from 0 to 255.  The default is
  58. ;      zero.
  59. ;
  60.   Task 0
  61. ;
  62. ;----------------------------------------------------------------------
  63. ;
  64. ; No Out Options -- If NoOut is specified, files named as *.OUT in the
  65. ;      source directory will be ignored (not copied).  Comment out for
  66. ;      normal operation (to copy *.OUT files).  NoOut does not prevent
  67. ;      CopyMail from copying *.DUT, *.HUT or *.CUT files.  This option
  68. ;      may be overridden from the command line.
  69. ;
  70.   NoOut
  71. ;
  72. ;----------------------------------------------------------------------
  73. ;
  74. ; Wait Options -- If Wait is specified, CopyMail will continually
  75. ;      search the input directories for mail to be copied until
  76. ;      all Binkley-Term nodes have been idle long enough that all mail
  77. ;      has been copied.  When NoWait is used, only one pass through the
  78. ;      input directories is made, and mail for connected node addresses
  79. ;      is skipped.  This option may be overridden from the command line.
  80. ;
  81.   Wait
  82. ; NoWait
  83. ;
  84. ;----------------------------------------------------------------------
  85. ;
  86. ; Sharing Options -- If SHARED is specified, CopyMail will open files
  87. ;      using DOS's "deny none" file sharing option.  If COMPATIBLE is
  88. ;      specified, DOS's "compatibility" mode will be used.  If running
  89. ;      in a Novel or other Net-BIOS environment, SHARED is recommended.
  90. ;      SHARED has also been used successfully under Desqview.  When
  91. ;      running under the DOS SHARE environment, COMPATIBLE is required.
  92. ;      This option has no effect on DOS versions earlier than 3.0.
  93. ;      This option may be overridden from the command line.
  94. ;
  95.   Shared
  96. ; Compatible
  97. ;
  98. ;----------------------------------------------------------------------
  99. ;
  100. ; Copy Statements -- List below, all the directories to be searched for
  101. ;      outbound mail.  Following the word "Copy", is the zone number
  102. ;      for which mail in that directory is to be sent, the name of the
  103. ;      directory into which the packer placed the mail (the input path),
  104. ;      and the directory which is used by Binkley-Term for outbound mail
  105. ;      (the output path).
  106. ;
  107. ;    |Zone|   Input Path           |   Output Path
  108. ;----+----+------------------------+------------------------------------
  109.  Copy   1   c:\Binkley\Out1          c:\Binkley\Outbound
  110.  Copy   2   c:\Binkley\Out1.002      c:\Binkley\Outbound.002
  111.  Copy   3   c:\Binkley\Out1.003      c:\Binkley\Outbound.003
  112.  Copy   4   c:\Binkley\Out1.004      c:\Binkley\Outbound.004
  113.  Copy   5   c:\Binkley\Out1.005      c:\Binkley\Outbound.005
  114.  Copy   8   c:\Binkley\Out1.008      c:\Binkley\RBBSNet.008
  115.  Copy   8   c:\Binkley\Out8          c:\Binkley\RBBSNet.008
  116.  Copy   1   c:\Binkley\Out8.001      c:\Binkley\Outbound
  117.  Copy   2   c:\Binkley\Out8.002      c:\Binkley\Outbound.002
  118.  Copy   3   c:\Binkley\Out8.003      c:\Binkley\Outbound.003
  119.  Copy   4   c:\Binkley\Out8.004      c:\Binkley\Outbound.004
  120.  Copy   5   c:\Binkley\Out8.005      c:\Binkley\Outbound.005
  121. ;
  122. ;-----------------------------------------------------------------------
  123. ; End of CopyMail Configuration File
  124. ;
  125.